home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ultimate Add-On's (Tournament Edition)
/
Cybercore Publishing - Ultimate Add-on's Tournament Edition.iso
/
tools
/
heretic
/
heu
/
heep701
/
deep.bat
< prev
next >
Wrap
DOS Batch File
|
1995-05-11
|
649b
|
21 lines
@echo off
echo In CONFIG.SYS you need: HIMEM.SYS, FILES=20 and -NO- QDPMI (QEMM only)
echo You will get Filexxx NOT FOUND messages if FILES is too low a value!
echo For Windows, you need WINDPMI.386 in SYSTEM.INI, see README.DOC
rem -----If you are reading this to find a DEEP.INI, look no further.
rem There is NO .INI file any longer. Just type DEEP and follow the
rem onscreen instructions!
rem -----This batch file is required to build nodes and test levels (registered)
DEEP32 %1 %2 %3 %4 %5 %6 %7 %8 %9
:checklevel
if NOT errorlevel 100 goto exit
call DEEPPLAY.BAT
@echo off
DEEP32
goto checklevel
:exit
echo.